home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOpus Plus
/
DOpus Plus.iso
/
Tutorial
/
ARexx Tutorial
/
TuteRexx
/
DOpusCheckdesktop.dopus5
< prev
next >
Wrap
Text File
|
1998-09-12
|
334b
|
13 lines
/* DopusCheckdesktop.dopus5 */
options results
address 'DOPUS.1'
dopus getdesktop
deskpath = result
address command 'MakeDir 'deskpath'T'
dopus checkdesktop deskpath
text = 'There should be an icon for ''T'' on the Desktop'
dopus request '"'text'" OK'
address command 'Delete 'deskpath'T FORCE QUIET'
dopus checkdesktop deskpath
exit